Appends multiple boxes to a JPEG 2000 file. This method is available in the Document/Medical Toolkits.
Public Overloads Sub AppendBoxes(Of T As Leadtools.Jpeg2000.Jpeg2000MultiBox)( _ByVal fileName As String, _ByVal boxes As List(Of T) _)
public:void AppendBoxesgeneric<typename T>(String^ fileName,List<T^>^ boxes)where T: Leadtools.Jpeg2000.Jpeg2000MultiBox
fileName
System.String containing the name of the JPEG 2000 file.
boxes
A list of Jpeg2000MultiBox objects containing the box data being appended.
T
According to the JPEG 2000 standard a ResolutionBox cannot be appended to a file. Set it using the SetBox method. Attempting to append a ResolutionBox will cause an invalid parameter exception to be thrown.
For an example, refer to Leadtools.Jpeg2000.Jpeg2000Engine.SaveComposite(RasterCodecs codecs, string fileName, List<CompositeJpxImages> compositeImages, Jpeg2000FileFormat format, int bitsPerPixel, int qualityFactor) example.
Compression Using LEAD and JPEG Formats
File Formats - JPEG And LEAD Compressed
Bitmaps In Memory And In Files
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
